home *** CD-ROM | disk | FTP | other *** search
/ Ham Radio 2000 / Ham Radio 2000.iso / ham2000 / misc / digivfo / a01.doc < prev    next >
Text File  |  1994-01-31  |  16KB  |  330 lines

  1. CHAPTER 1   INTRODUCTION AND LEGAL TERMS
  2.  
  3.  
  4. Introduction
  5.  
  6. A86 is the finest assembler available, at any cost under any
  7. terms, for the 86-family of microprocessors (IBM-PC, compatibles,
  8. and not-so-compatibles).  In contrast to software firms who
  9. attempt to restrict the distribution of their products via
  10. protection-schemes, I encourage free distribution, and trust that
  11. those who use my products will pay for them.
  12.  
  13. Please keep in mind the fundamental good spirit of
  14. free-distribution software as you endure the following barrage of
  15. legalities.  Then evaluate the outstanding value that the A86
  16. package offers you.  I assure you that you will not be
  17. disappointed.
  18.  
  19.  
  20. Legal Terms and Conditions
  21.  
  22. This package is provided to you under the following conditions:
  23.  
  24. 1. You may copy the A86Vxxx.ZIP and D86Vxxx.ZIP files, and give
  25.    them to anyone who accepts these terms.  The copies you
  26.    distribute must be complete and unmodified.  You do not have
  27.    to be registered to distribute this package.
  28.  
  29. 2. Even if you have not yet obtained full execution rights, you
  30.    may execute the programs in this package, in order to evaluate
  31.    them.  If you decide that A86 is of use to you, you must
  32.    become a registered user by sending $50 US, ($52 if you are
  33.    outside North America) to:
  34.  
  35.       Eric Isaacson
  36.       416 E. University Ave.
  37.       Bloomington, IN 47401-4739
  38.  
  39.    For your convenience, I now accept Visa, MasterCard and
  40.    American Express, by telephone or mail.  My number is
  41.    (812)339-1811.
  42.  
  43.    For the convenience of users in Great Britain, I have
  44.    authorized the firm Shareware Marketing to collect
  45.    registrations for me.  We'll try to keep the prices about the
  46.    same whether you register through me or through them; it's
  47.    your choice.  Their address is 3a Queen St., Seaton, England
  48.    EX12 2NY; telephone 0297 24088.  They'll send me a list of
  49.    registered users at the end of every month, and I'll send an
  50.    acknowledgement to each user when I get the list.  So if you
  51.    haven't heard from me by the end of the month following your
  52.    registration with them, please let me know.
  53.                                                               1-2
  54.  
  55.    Your registration includes the latest diskette (3.5 or 5.25
  56.    inch, double density), that also includes the A86LIB tool
  57.    available to registered users only.  You may order further
  58.    updates for $10 US, or $12 US if you are overseas.  Once you
  59.    register for this package, you are registered for all future
  60.    versions -- you have permanent rights to execute A86 on one
  61.    computer.  As long as I'm in business, you can get the latest
  62.    version for just the update fee.
  63.  
  64.    I have a combination offer for the A86 and D86 packages.
  65.    Instead of $50 + $50 = $100, I charge $80 ($82 overseas) for
  66.    both (without the printed manual).
  67.  
  68.    I also offer a printed version of this manual, covering both
  69.    A86 and D86. The manual is printed on sheets 8.5 inches high
  70.    and 7 inches wide, with a plastic ring-style binding so the
  71.    book can lay flat.  If you order with your registration the
  72.    manual is an extra $10 to the U.S., $15 overseas. If you've
  73.    already registered and now want the manual, add another $10
  74.    ($12 overseas) for the update disk that the manual is bundled
  75.    with.  There is a limit of one manual per computer registered
  76.    (except you may reorder when there is a substantial revision
  77.    to the manual).
  78.  
  79.    Indiana residents need to add sales tax.  At the current rate
  80.    of 5%, the prices for Indiana residents are $52.50 for one
  81.    product, $63 one product with manual, $84 both products,
  82.    $94.50 both products with manual, $21 manual if already
  83.    registered.
  84.  
  85.    Educational institutions and training facilities MUST be
  86.    registered in order to use A86 in courses.  Contact me for
  87.    special terms.
  88.  
  89.    Companies and government agencies MUST be registered in order
  90.    to use A86 for their work.  Again, contact me for special
  91.    terms.
  92.  
  93. 3. This package may not be sold to anyone.  If the package is
  94.    distributed on a diskette, any fees collected must be
  95.    specified as materials/handling, and may not exceed $10 for
  96.    the diskette.
  97.  
  98. 4. The user is completely responsible for determining the fitness
  99.    or usability of this package.  I will not be liable for any
  100.    damages, of any kind, arising from any failure of any programs
  101.    in this package to perform as expected.
  102.  
  103. 5. Only permanent registered users can sell or distribute any
  104.    programs that you have written or modified using this
  105.    assembler.  If you do sell or distribute such programs, you
  106.    must insure that your registered name (company or individual)
  107.    will always be distributed with the program, so that I can
  108.    verify your registration.  Any individual or company found to
  109.    be violating these terms will be liable for triple
  110.    registration fees for every machine they own capable of
  111.    running my assembler (plus any legal and court costs).
  112.                                                               1-3
  113.  
  114.    NOTE that the only computers that need to be registered are
  115.    those executing the program A86.COM.  The programs produced by
  116.    A86 are entirely yours-- there are no "run-time royalties".
  117.  
  118. 6. A86 takes advantage of situations in which more than one set
  119.    of opcodes can be generated for the same instruction.  (For
  120.    example, MOV AX,BX can be generated using either an 89 or 8B
  121.    opcode, by reversing fields in the following effective address
  122.    byte.  Both forms are absolutely identical in functionality
  123.    and execution speed.)  A86 adopts an unusual mix of choices in
  124.    such situations.  This creates a code-generation "footprint"
  125.    that occupies no space in your program file, but will enable
  126.    me to tell, and to demonstrate in a court of law, if a
  127.    non-trivial object file has been produced by A86. The
  128.    specification for this "footprint" is sufficiently obscure and
  129.    complicated that it would be impossible to duplicate by
  130.    accident.  I claim exclusive rights to the particular
  131.    "footprint" I have chosen, and prohibit anyone from
  132.    duplicating it.  This has at least two specific implications:
  133.  
  134.    a. Any assembler that duplicates the "footprint" is mine.  If
  135.       it is not identified as mine and issued under these terms,
  136.       then those who sell or distribute the assembler will be
  137.       subject to prosecution.
  138.  
  139.    b. Any program marked with the "footprint" has been produced
  140.       by my assembler.  It is subject to condition 5 above.
  141.  
  142.  
  143. Registration Benefits
  144.  
  145. Thank you for enduring the legalities.  They are there to protect
  146. me, and also to convince you that this is my business, from which
  147. I make my living.  I'll now return to a softer sell, to try to
  148. make you want to register for my products.
  149.  
  150. There is a certain amount of ambiguity about when you're still
  151. evaluating A86, and when you're really using A86 and should
  152. register for it.  Some cases are clear (e.g., you're a school
  153. using A86 to teach a course); but many are not.  In practical
  154. reality, it's up to you to decide: you are "on your honor". Also
  155. in practical reality, most users who ought to register haven't,
  156. yet. For most, it's not dishonesty but merely procrastination.
  157. So I have provided some incentives, to prod you into registering.
  158.  
  159. One incentive is the printed manual, which only registered users
  160. can purchase. I haven't left anything out of the disk version of
  161. the manual, but the printed version is formatted and bound much
  162. more nicely than if you print it yourself.
  163.  
  164. Another incentive is the tool A86LIB.COM, that lets you create
  165. libraries of source files, to be automatically searched by A86
  166. whenever your program has undefined symbols.  This means you can
  167. effectively add procedures of arbitrary power and complexity to
  168. A86's language.
  169.                                                               1-4
  170.  
  171. Also, when you register you're on my mailing list.  I'll
  172. occasionally send you notices about what I've added to A86 and
  173. D86 since the last notice.  When I bring out new products, you'll
  174. hear about them.
  175.  
  176. Finally, there are the intangible incentives.  You know you've
  177. done the right thing.  You're letting me know that you appreciate
  178. what I've done.  You're letting the world know that quality
  179. software can succeed when distributed as shareware.
  180.  
  181.  
  182. Overview of A86
  183.  
  184. A86 accepts assembly language source files, and transforms them
  185. directly into either: (1) .COM files executable under MS-DOS,
  186. starting at offset 0100 within a code segment; (2) .OBJ files
  187. suitable for feeding to a linker; or (3) object files starting at
  188. offset 0, suitable for copying to ROMs.  A86 is a full featured,
  189. professional-quality program. I designed A86 to be as closely
  190. compatible to the standard Intel/IBM assembly language as
  191. possible, given that I insisted upon making design and language
  192. enhancements necessary to make A86 the best possible assembler.
  193. Some of A86's most notable features are:
  194.  
  195. * A86 is blazingly fast-- 4 times as fast as MASM V5.1.  On a
  196.   fast computer (486/33 with source files already disk-cached)
  197.   A86 assembles at a rate of over ten thousand lines per second.
  198.   That's per second.  NOT per minute, per second.
  199.  
  200. * A86 is simple to use.  You can feed it a program containing
  201.   just machine instructions, without the red tape (NAME, ASSUME,
  202.   SEGMENT PARA PUBLIC, PROC, ENDP, END, PUBLIC, EXTRN, etc. etc.)
  203.   necessary with other assemblers.  The output of A86 can be a
  204.   .COM file, ready to execute immediately.  You don't have to go
  205.   through a linker.  Or, if you want to go through a linker, A86
  206.   will produce a correct .OBJ file even if no red tape directives
  207.   are given-- the default settings are compatible with most
  208.   high-level languages.  (If you have programs written for
  209.   another assembler containing the red tape directives, you may
  210.   leave them in: A86 knows about them, and is programmed to act
  211.   upon them when assembling .OBJ files, and ignore them if
  212.   assembling .COM files.)
  213.  
  214. * In spite of its simplicity, A86 encourages modular programming,
  215.   even in its .COM mode, with separately-developed source files.
  216.   This is because A86 assembles multiple source files in its
  217.   invocation line; and because A86 assembles source files faster
  218.   than other people's linkers can link their object files.  You
  219.   get all the advantages of relocation/linkage systems (building
  220.   up libraries of reliable program modules that you can piece
  221.   together), without the disadvantages (excessive,
  222.   time-and-source-code-wasting, confusing red tape).
  223.                                                               1-5
  224.  
  225. * A86 has ample capacity for really large programming projects.
  226.   Its symbol table capacity is approximately 3000 10-letter
  227.   symbols, plus room for 15K bytes of compressed macro definition
  228.   text.  (10 letters is an average symbol length; A86 recognizes
  229.   up to 127 letters in a symbol.) Plus, A86's generic local label
  230.   facility effectively doubles your symbol table capacity.
  231.  
  232. * A86 has language extension features that, once you start using,
  233.   you'll never want to do without.  These include multiple
  234.   operands to PUSH and POP; conditional returns; MOV from one
  235.   segment register to another; assembly time assertion checking;
  236.   based structures; and IF (flag) (statement).
  237.  
  238. * A86's macro processor is the best, achieving an optimal balance
  239.   between ease of use and raw power.  Its looping and text
  240.   concatenation abilities let you define sophisticated macros,
  241.   whose calls look just like the machine instructions that
  242.   surround them; without the clumsy invocation syntax required by
  243.   other macro processors of A86's power.
  244.  
  245. * A86 provides clear, English error messages, given right at the
  246.   point in the source code where A86 detected the error.  The
  247.   messages are actually inserted into your source file, where you
  248.   can read them and correct your code at the same time.  You can
  249.   remove the messages yourself, or A86 will remove them for you
  250.   when it reassembles the file.  (Fear not: your original source
  251.   is preserved in x.OLD if you want it.  Or you can disable this
  252.   feature and send error messages to a .ERR file.)
  253.  
  254. * A86 provides a full complement of assembly time expression
  255.   arithmetic operators, compatible with Intel/IBM assemblers. A86
  256.   also provides 4-function floating point arithmetic in assembly
  257.   time expressions used for floating point initializations (an
  258.   A86-exclusive feature).
  259.  
  260. * A86 assembles the floating point instruction set of the
  261.   8087/287/387/IIT coprocessors, and the extended instruction set
  262.   of the 186/286/NEC series, including the NEC-unique
  263.   instructions.
  264.  
  265. * A86 has a built-in source file library feature.  Any undefined
  266.   symbols in your program are automatically searched for in a
  267.   special library file A86.LIB, and the associated source files
  268.   are automatically assembled.  This makes access to library
  269.   routines as effortless as it is in the "C" programming
  270.   language.  A sample A86.LIB file is included in the shareware
  271.   version of the package.  Only registered users should have the
  272.   tool A86LIB, with which you can create your own library files.
  273.  
  274. * A86 has a powerful listing facility, allowing you complete
  275.   flexibility over the format of your listings, and including an
  276.   extremely sophisticated algorithm for automatically generating
  277.   page breaks at sensible places.
  278.  
  279. * A86 works with an associated symbolic debugger, D86, to make
  280.   the finest development environment available for the PC.  See
  281.   the D86 package for the details of its features.
  282.                                                               1-6
  283.  
  284. About the Author
  285.  
  286. I am a full-time shareware author.  I have worked with Intel
  287. microprocessors since the early days of the 8080.  As an employee
  288. of Intel, I was a part of the two-man team that implemented the
  289. first ASM86 assembler. Having worked with all the processors of
  290. the 86 family from the beginning, I know as much as anyone about
  291. their machine-language architecture.
  292.  
  293. A86 and D86 themselves are extremely mature, solid programs.
  294. They have been in existence since 1984, running first under my
  295. own, proprietary operating system; then later under the Xenix
  296. operating system on Altos computers, used by myself and my
  297. clients.  I have been making a decent living from A86 and D86 for
  298. some time now, and with your much-appreciated support, I will
  299. continue to improve my products, and enhance them with new,
  300. related offerings.
  301.  
  302.  
  303. How to Contact Me
  304.  
  305. I have no plans to move from my present location at least through
  306. the millennium.  So you can write to:
  307.  
  308.     Eric Isaacson Software
  309.     416 East University Ave.
  310.     Bloomington, IN 47401-4739
  311.  
  312. or call (812)339-1811.
  313.  
  314. Sorry, I can't guarantee to return everybody's long distance
  315. calls.  If you'd like to be SURE I'll get back to you, please
  316. invite me to call you back collect, or tell me to charge the cost
  317. of the call to your credit card.
  318.  
  319. I also have a section on Compuserve: just type GO ZIPKEY to any !
  320. prompt.  (ZIPKEY is the name of my other product line, a pop-up
  321. zipcode directory.)  My Internet address is
  322. 71333.3154@compuserve.com.
  323.  
  324. PLEASE contact me if you find bugs in my programs; I'll fix them!
  325. I accept bug reports from anyone, registered or non-registered,
  326. no questions asked.  It's very frustrating to hear about people
  327. telling each other about bugs, and not telling me.  I still await
  328. Greg Wettstein's bug list.
  329.  
  330.